Click or drag to resize

DurationIsNegative Property

Gets or sets a value indicating whether this instance is negative.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public bool IsNegative { get; set; }

Property Value

Type: Boolean
true if this instance is negative; otherwise, false.
See Also